This provides most of the numeric, trigonometric and hyperbolic functions, and there are 3 financial functions also. This uses the numbers at top for the calculations, which are performed sequentially. You can enter numbers by pressing the keyboard number keys, the numeric keypad number keys (if you have a numeric keypad), or by clicking the buttons for each number directly on the screen with the mouse (though this is slower of course).
There are sufficient controls to ensure only valid numbers are entered, eg you will only be able to enter one decimal point. The numbers are displayed in decimal notation only, ie not scientific notation (1.2E+10). The number of decimal places for display of the results can set by the popup menu at the bottom. The right upper popup menu determines whether circular functions use degrees or radians. I use extended reals in all non-integer calculations (10 bytes) so can claim accuracy to 16+ significant figures.
Clicking the Record... check box at the bottom of the calculator will append each calculator action and results to the NoteBook window.
Operation
•To perform a calculation, enter a number, and click a function key (eg the √x key). If an answer can be computed instantly, then the display will be updated. If another number is required (eg with the +, -, X, ÷ or any operation with an "r" constant in its name) enter the next number, then press either "enter" or the "=" key to perform the operation.
•Consecutive operations can be performed with the displayed number used consecutively in the subsequent operation (including subtraction).
•To reiterate, the operations with an "r" in their name will require at least 2 operands before a result can be calculated.
•Several operations will only work with integers, eg x! (factorials), nCr (number of combinations possible) and nPr (number of permutations possible), with an error if real numbers are used as operands. There are limits to the numbers which can be used in these calculations, and if you overdo it, the display will inform you that you have overflowed.
•MR, CM, M+ refer to the memory display which will store one number when M+ is clicked, clears the memory (CM) or recalls the number in memory (MR) respectively.
•C will clear the display.
•π and e can be activated from the keyboard by pressing the "p" or "e" keys respectively.
•The circular trigonometric functions will regard the displayed number as being in degrees or radians depending upon what the pop-up button at the top right of the calculator displays.
•The calculator can be left behind other windows on the desktop until needed, and reactivated by clicking on it or selecting its name in the menu.
Financial Functions
•The financial functions are selected by the lower right pop up menu. There is little that can go wrong with these, but I have put in what I consider reasonable limits to avoid overflows & crashes.
•Note that the rate is not a percentage (ie 10% is a rate of 0.1).
•Method: key in the number then click the appropriate button, eg for compound interest on $100, rate 8% pa, over 3 years, you would type 100 and click PV, 0.08 and click rate, 3 and click periods, and then FV to get the answer ($125.97 approx).
•All computations used in getting the solutions are a single step except determining the rate when the other 3 are known. The rate algorithm solves a transcendental equation by iteration (and hence takes longer than all other computations). It will be accurate to the set number of decimal places, so if you want a rough answer only, make sure you reset the Decimal Places pop up menu before clicking the rate button.
•No calculations will begin until you have entered in 3 of the 4 valid parameters for each of these calculations. Once they are entered, you can alter further ones and then click any other to see the effect, ie TickCalc remembers the prior values.
•Finally, if you hit the clear button C then you will clear the financial registers too.